adTempus API
PreviousUpNext
IExecutionHistoryStep::UserModeTime Property

Gets the user mode processor time (in milliseconds) for the step.

C++
__property long* UserModeTime;
C#
long* UserModeTime;
Visual Basic
Property UserModeTime() As long*
Default Value

0

The user mode time is the amount of time the process run by the step spent executing in user mode. This property is valid only for steps that execute ProgramExecutionTasks, ScriptTasks, or CustomTasks. Processor time is not recorded for other tasks and will always be 0. 

Processor times reflect the amount of CPU time used by the program, and will not equal actual elapsed time for the step (which can be calculated by subtracting the ExecutionStart time from the ExecutionFinish time.

adTempus API Reference version 3.0.0.0, revised 10/30/2008